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