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}}
};