blob: 4531ae32036d20a1961993b01d1bf48daf556c1a [file] [log] [blame]
/* { dg-options "-fpatchable-function-entry=1" } */
/* Verify no errors on ELFv2, using command line option instead of
function attribute. */
extern int a;
int test (int b) {
return a + b;
}