2024-11-26 18:43:34 +02:00
|
|
|
/* Currently return isn't implemented (and no ret instructions are output either) */
|
|
|
|
/* Oh and arguments aren't supported yet either */
|
|
|
|
/* But functions work :) */
|
|
|
|
|
2024-11-28 21:40:03 +02:00
|
|
|
foo: u0() {
|
|
|
|
return 15;
|
2024-11-26 18:43:34 +02:00
|
|
|
};
|