land/cmd/land/testdata/arbint.c

8 lines
108 B
C
Raw Normal View History

2018-06-20 14:58:19 +00:00
void _start() {}
__attribute__ ((visibility ("default")))
int main() {
*(int*)0x200 = 255;
return 0;
}