master
 1fn entry(a: *addrspace(.fs) *addrspace(.gs) *i32) *i32 {
 2    return a.*.*;
 3}
 4pub fn main() void {
 5    _ = &entry;
 6}
 7
 8// compile
 9// output_mode=Exe
10// backend=selfhosted,llvm
11// target=x86_64-linux,x86_64-macos
12//