Import upstream sources.
[cparse] / tests / fail-function-call-1.c
CommitLineData
3cd4b0f8
MW
1/* function calls must be to functions or function pointer */
2
3int fn(int x) {
4 return x();
5}