implemented function prototype registration.

This commit is contained in:
Lorenzo Torres 2025-12-05 17:10:56 +01:00
parent 3ca2c2f009
commit c8e88a6a98
3 changed files with 53 additions and 8 deletions

View file

@ -3,3 +3,8 @@ struct b {
u32 test,
u32 test1,
}
u32 test(b hello)
{
}