1 // ppc64 was compiled from this source on a big-endian 64-bit PowerPC box
2 // with just "clang -nostdlib":
3 int foo() { return 0; }
4 int bar() { return foo(); }
5 int _start() { return bar(); }
7 RUN: llvm-symbolizer 0x1000014c 0x1000018c 0x100001cc --obj=%p/Inputs/ppc64 | FileCheck %s