Adding upstream version 2:9.1.1230.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
95f88d82e6
commit
0985b09abd
6270 changed files with 2000183 additions and 0 deletions
11
runtime/syntax/testdir/input/c_bool_constant.c
Normal file
11
runtime/syntax/testdir/input/c_bool_constant.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
// C boolean constants
|
||||
|
||||
// Source: https://en.cppreference.com/w/c/language/bool_constant
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
assert(true == 1 && 0 == false);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue