David Gonzalez Martin 7a18413c29 Implement debug info
2024-06-08 11:00:15 -06:00

8 lines
106 B
Plaintext

import "file.nat";
fn [cc(.c)] main [export]() s32
{
>result: s32 = file.foo();
return result;
}