// Check that pragma redefine_extname applies to external declarations only.
#pragma redefine_extname foo_static bar_static
staticintfoo_static(){return1;}// expected-warning {{#pragma redefine_extname is applicable to external C declarations only; not applied to function 'foo_static'}}