1 int some_undefined_func (void);
2 
bar_system_value(void)3 int bar_system_value (void)
4 {
5   return some_undefined_func ();
6 }
7