Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"
[oota-llvm.git] / test / DebugInfo / Inputs / macho-universal.cc
1 // Built with Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
2 // clang++ -arch x86_64 -arch i386 macho-universal.cc
3
4 int inc(int x) {
5   return x + 1;
6 }
7
8 int main(int argc, char *argv[]) {
9   return inc(argc);
10 }