1 // Compiled on macOS using:
2 // 1. clang++ -c -std=c++2a -gdwarf-4 -O0 -o accel-imported-declaration.macho-arm64.o
3 // 2. clang++ -Wl,-oso_prefix=$PWD accel-imported-declaration.macho-arm64.o -o accel-imported-declaration.macho-arm64
5 // In step 2 it's important to strip the absolute object file paths
7 // Verify that the OSO path isn't absolute using `nm -ap accel-imported-declaration.macho-arm64`
22 int main() { return A::a
; }