brintos

brintos / llvm-project-archived public Read only

0
0
Text · 159 B · 45f27bf Raw
7 lines · c
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