8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
/* Currently return isn't implemented (and no ret instructions are output either) */
|
|
/* Oh and arguments aren't supported yet either */
|
|
/* But functions work :) */
|
|
|
|
u0() foo: u0() {
|
|
u8 a = 5;
|
|
};
|