1// RUN: %clang -target x86_64-unknown-uefi %s -emit-llvm -S -c -o - | FileCheck %s2 3// CHECK: __UEFI__defined4#ifdef __UEFI__5void __UEFI__defined() {}6#endif7