...
This commit is contained in:
@@ -8,7 +8,6 @@ struct Test {
|
||||
|
||||
extern "main" func main(argc: i64, argv: [?]^i8)
|
||||
{
|
||||
let x = "test"
|
||||
|
||||
puts(x)
|
||||
let x: Test = {}
|
||||
puts(x.test)
|
||||
}
|
||||
Reference in New Issue
Block a user