diff --git a/chore/llcppg/ast/ast.go b/chore/llcppg/ast/ast.go index 18395c4b..91d051bb 100644 --- a/chore/llcppg/ast/ast.go +++ b/chore/llcppg/ast/ast.go @@ -140,6 +140,14 @@ func (*TagExpr) exprNode() {} // ------------------------------------------------ +// type a, ... +type Variadic struct { +} + +func (*Variadic) exprNode() {} + +// ------------------------------------------------ + // (X) type ParenExpr struct { X Expr