...
This commit is contained in:
@@ -462,5 +462,7 @@ pub const ConstantValue = union(enum) {
|
||||
undef,
|
||||
zeroinit,
|
||||
aggregate: []const ConstantValue,
|
||||
/// Vtable constant: struct of function pointers, used for protocol vtable globals.
|
||||
vtable: []const FuncId,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user