Import upstream sources.
[cparse] / tests / fail-dot-operator-2.c
... / ...
CommitLineData
1/* . takes a structure or union and a field name */
2
3int fn() {
4 return 0 . foo;
5}