7 lines
66 B
Plaintext
7 lines
66 B
Plaintext
// Prototype
|
|
.pf main() : u32;
|
|
|
|
.f main() : u32 {
|
|
return 0;
|
|
}
|