1 // RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
3 // Catch the beginning and the end of the IR. This prevents the CHECK-NOT from
4 // matching a spurious "constant" string in file paths printed in the output.
6 // CHECK-LABEL: target triple
8 // CHECK-LABEL: attributes
12 const int* foo() { return &Y
; }