brintos

brintos / llvm-project-archived public Read only

0
0
Text · 201 B · 640b59a Raw
8 lines · c
1// RUN: %clang_cc1 -std=c23 %s -fsyntax-only -verify2// REQUIRES: system-windows3 4 5int null[] = {6#embed "NUL" limit(1) //expected-error {{device files are not yet supported by '#embed' directive}}7};8