6_5_44_relational_all.c (96B)
1 int test_main(void) { 2 return (3 > 1) + (1 < 3) + (2 <= 2) + (2 >= 2) + (1 != 2) + (2 == 2); 3 }