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