Skip to content

Commit

Permalink
ast: vfmt comptime_const_values.v
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Oct 7, 2023
1 parent e265e99 commit a616eb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vlib/v/ast/comptime_const_values.v
Expand Up @@ -4,17 +4,18 @@ pub type ComptTimeConstValue = EmptyExpr
| f32
| f64
| i16
| i32
| i64
| i8
| i32
| rune
| string
| u16
| u32
| u64
| u8
| voidptr
//| int

//| int

pub fn empty_comptime_const_expr() ComptTimeConstValue {
return EmptyExpr(0)
Expand Down

0 comments on commit a616eb5

Please sign in to comment.