blob: 59d554c2b366091fbabdb2cf61df88b5e10f23a3 [file] [log] [blame]
%module null_pointer
%inline {
struct A {};
bool func(A* a) {
return !a;
}
}