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