blob: 37a131e04e12a41af68f69f54767dbdde20fc181 [file] [log] [blame]
void whatever() {
SomeStruct a = SomeStruct{1, 2, 3};
someFuncCall(SomeStruct{4, 5, 6});
}
namespace foo {
int bar();
};