Forward declared type
All checks were successful
CI / ci (MinSizeRel, ubuntu-latest) (push) Successful in 1m4s
CI / ci (RelWithDebInfo, ubuntu-latest) (push) Successful in 1m6s
CI / ci (Release, ubuntu-latest) (push) Successful in 1m4s
CI / ci (Debug, ubuntu-latest) (push) Successful in 2m37s

This commit is contained in:
David Gonzalez Martin 2025-05-23 20:02:10 -06:00
parent 5de4ba76f5
commit 405de62fc3

View File

@ -307,7 +307,7 @@ global_variable String names[] =
string_literal("generic_pointer_array"),
string_literal("self_referential_struct"), // TODO
// string_literal("forward_declared_type"),
string_literal("forward_declared_type"),
};
void entry_point(Slice<const char*> arguments, Slice<char* const> environment)