remove optional from parseTopDecl
This commit is contained in:
parent
90543d1d56
commit
a3127c76e7
2 changed files with 16 additions and 6 deletions
|
@ -34,4 +34,15 @@ fn main(a int) int {
|
|||
cock_and_ball_torture('cbt', 1, 2, 3)
|
||||
|
||||
return 23
|
||||
|
||||
//p := Point{
|
||||
// x: 10
|
||||
// y: 20
|
||||
//}
|
||||
//println(p.x)
|
||||
}
|
||||
|
||||
//struct Point {
|
||||
// x int
|
||||
// y int
|
||||
//}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue