aboutsummaryrefslogtreecommitdiff
path: root/testcases/decl_comp2.c
blob: f1298bd6cd5a5fb0d76fd1fec89a2eb75543251e (plain) (blame)
1
2
3
4
5
int f(int a);
int f() {
}
int main() {
}