compiler: make Fn struct public

pull/2578/head
Delyan Angelov 2019-10-28 15:37:18 +02:00 committed by Alexander Medvednikov
parent 9e9935acbc
commit 3950b10d2a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const (
MaxLocalVars = 50
)
pub
struct Fn {
// addr int
pub: