1target triple = "arm64-apple-macosx11.0.0" 2 3module asm ".desc ___crashreporter_info__, 0x10" 4 5define void @somesymbol() { 6 ret void 7} 8