struct Struct { char* ptr; } fn void test1(Struct* s) { if (s.ptr) {} }