/development/compiler/tests/fixtures/source_corpus/invalid/module-declaration.nct
module-declaration.nct
// Invalid: Nocter module identity comes from the file path.
module app/main
func main(): i32 {
return 0
}
Programming Language
A self-contained systems language built around simplicity, encapsulation, and foolproof design.
// Invalid: Nocter module identity comes from the file path.
module app/main
func main(): i32 {
return 0
}