1// RUN: %clang_cc1 -triple thumbv7-eabi -target-cpu cortex-a8 -O3 -emit-llvm -o %t %s 2 3void *f0() 4{ 5 return __builtin_thread_pointer(); 6} 7