mirror of https://github.com/exaloop/codon.git
3 lines
50 B
C
3 lines
50 B
C
|
extern void foo(long);
|
||
|
int main(void) { foo(3); }
|