blob: f115b5a5f013db11555c6408d302b067644cb752 [file] [log] [blame]
// RUN: %llvmgcc -xc %s -S -o - | grep llvm.*address | count 4
void *test1() {
return __builtin_return_address(1);
}
void *test2() {
return __builtin_frame_address(0);
}