1 /* submitted by kenneth zadeck */
5 /* the idea here is that not only is inlinable, inlinable but since it
6 is static, the cgraph node will not be marked as output. The
7 current version of the code ignores these cgraph nodes. */
9 void not_inlinable() __attribute__((noinline
));
26 /* Variable test_var should be considered call-clobbered by the call
27 to not_inlinable(). */