blob: 4531ae32036d20a1961993b01d1bf48daf556c1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* { 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;
}
|