mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
7 lines
No EOL
267 B
Text
7 lines
No EOL
267 B
Text
// The last function in this source file is missing a closing curly
|
|
// brace. However the compiler doesn't complain. The NASM compilation
|
|
// step will fail because the "return" keyword invokes the missing
|
|
// label TEST_Last_Exit.
|
|
namespace TEST
|
|
function Last {
|
|
return |