ci: fix for `-cflags -Werror` jobs

pull/9544/head
Delyan Angelov 2021-03-31 12:28:42 +03:00
parent e2e7e5fd65
commit 23a6ce00e2
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ pub:
pos token.Position pos token.Position
} }
pub struct EmptyExpr {} pub struct EmptyExpr {
x int
}
pub fn empty_expr() Expr { pub fn empty_expr() Expr {
return EmptyExpr{} return EmptyExpr{}