about summary refs log tree commit diff
path: root/src/bootstrap/tokenizer.src
blob: 751a0acb8dac7b2a8bcdf77bf5a74a522f672d1b (plain) (blame)
1
2
3
4
5
6
extern printf = (*i8, varargs) => void;

let test = () => i64 {
	printf("HELLO\n");
	return 2;
};