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