1UNSUPPORTED: aarch64
2RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
3RUN: not %run %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
4PCS-NOT: NEW_PC
5PCS:INITED
6PCS:NEW_PC: {{0x[a-f0-9]+}}
7PCS:NEW_PC: {{0x[a-f0-9]+}}
8PCS:NEW
9PCS:BINGO
10
11