RVBTCC/test/unsupported/too_many_arg.c

5 lines
62 B
C
Raw Normal View History

2024-12-24 07:00:51 +00:00
void f();
int main() {
f(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
}