compiler

Unnamed Compiled Systems Language Project
git clone http://frotz.net/git/compiler.git
Log | Files | Refs

1012-func-call-builtin.src (93B)


      1 func start() i32 {
      2 	_hexout_(0x10203040);
      3 	_hexout_(0xcafef00d);
      4 	_hexout_(-1);
      5 	return 0;
      6 }