/* $Id: tryinline.c 616 2005-08-19 20:11:01Z bruce $ */ inline int foo(void) { return 1; } int bar(void) { return foo(); }