group_right.c (127B)
1 #ifndef RIGHT_VALUE 2 #error "RIGHT_VALUE must be scoped to this source" 3 #endif 4 5 int grouped_right(void) { return RIGHT_VALUE; }