Files
c3c/test/test_suite/generic/used_without_param3.c3
2025-02-18 18:53:30 +01:00

7 lines
168 B
Plaintext

module test;
import std::collections::maybe;
fn void test()
{
maybe::Maybe(<float>) f = (Maybe) {.value=6.6, .has_value=true}; // #error: Did you mean the struct
}