index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
builtin-constant-p.c
blob: fa16ed36b681dbcd94ac48553bf9f82d3aff2678 (
plain
)
1
2
3
int f(void); int x = __builtin_constant_p(1+2*3); int y = __builtin_constant_p(f());