5 lines
145 B
C++
5 lines
145 B
C++
|
//RUN: %cling "limits" "std::numeric_limits<int>::is_signed" "int i = 0;" "i" | FileCheck %s
|
||
|
|
||
|
//CHECK: (const {{_B|b}}ool) true
|
||
|
//CHECK: (int) 0
|