chiark
/
gitweb
/
~mdw
/
cparse
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Import upstream sources.
[cparse]
/
tests
/
fail-dot-operator-2.c
1
/* . takes a structure or union and a field name */
2
3
int fn() {
4
return 0 . foo;
5
}