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
/
conditional-compound-literal.c
blob: 40b8ad6ea86bccdf5d9aebd641e6f436c7d5945a (
plain
)
1
2
3
4
int main(void) { int x = 0, *p = x ? 0 : &(int){x}; return *p; }