6_5_rel_incompatible_ptr.c (73B)
1 int test_main(void) { 2 int i = 0; 3 double d = 0.0; 4 return &i < &d; 5 }