variadics
This commit is contained in:
@@ -1 +1,2 @@
|
||||
extern func puts(str: string);
|
||||
extern func puts(str: string);
|
||||
extern func printf(fmt: string, ...args: any);
|
||||
@@ -1,12 +1,5 @@
|
||||
import "c";
|
||||
|
||||
global func main() {
|
||||
if 3 / 3 == 1 {
|
||||
puts("uwu");
|
||||
}
|
||||
|
||||
while 1 == 1 {
|
||||
puts("test");
|
||||
break;
|
||||
}
|
||||
printf("something %s\n", "your mom");
|
||||
}
|
||||
Reference in New Issue
Block a user