@@ -754,6 +754,9 @@ gb_internal LLVMValueRef lb_construct_const_union(lbModule *m, LLVMValueRef vari
}
+ return nullptr;
+ } else {
+ // TODO(bill): ignore this for the time being
return nullptr;