Sign in
llvm
/
llvm-project.git
/
refs/heads/users/pcc/spr/main.llvm-jitlink-fix-bug-in-target-address-computation
/
.
/
clang
/
test
/
Preprocessor
/
embed-reject-device-files-win.c
blob: 640b59ab7535c59096628bb949aeeea5a7af3161 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -std=c23 %s -fsyntax-only -verify
// REQUIRES: system-windows
int
null
[]
=
{
#embed "NUL" limit(1) //expected-error {{device files are not yet supported by '#embed' directive}}
};