mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
7 lines
79 B
C
7 lines
79 B
C
|
|
||
|
void foo() {}
|
||
|
|
||
|
void bar() {
|
||
|
foo(1, 2, 3); /* Too many arguments passed */
|
||
|
}
|