原始内容
高亮显示
复制内容
// PR1013 // Check to make sure debug symbols use the correct name for globals and // functions. Will not assemble if it fails to. // RUN: %llvmgcc_only -O0 -g -c %s int foo __asm__("f\001oo"); int bar() { return foo; }
您还没有登录,登录后您可以:
首次使用?从这里 注册