10 lines · cpp
1// RUN: %clang_cc1 -fms-extensions -x c++-header -emit-pch -o %t %s2// RUN: %clang_cc1 -fms-extensions -include-pch %t %s -emit-llvm -o - | FileCheck %s3 4#ifndef HEADER5#define HEADER6struct _GUID {};7const _GUID &x = __uuidof(0);8// CHECK-DAG: @_GUID_00000000_0000_0000_0000_0000000000009#endif10