1 #source: default-script.s
2 #ld: --default-script default-script.t -defsym _START=0x800
3 #nm: -n
4 #xfail: {[is_pecoff_format x86_64-*]}
5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
6 
7 #...
8 0*800 . _START
9 #...
10 0*800 T text
11 #pass
12