module unit_threaded.tests.structs_are_not_classes;

struct Foo {
    void test() {}
}