projects
/
cdsspec-compiler.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add lots of stuff
[cdsspec-compiler.git]
/
test.c
1
# include <stdio.h>
2
#include <stdlib.h>
3
#include <stdint.h>
4
5
int main() {
6
uint64_t i64 = (uint64_t) NULL;
7
if (i64)
8
printf("True\n");
9
return 1;
10
}