Skip to content

Commit 94ab4c3

Browse files
committed
Add win test
1 parent 27272fc commit 94ab4c3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// RUN: %clang_cc1 -std=c23 %s -fsyntax-only -verify
2+
// REQUIRES: system-windows
3+
4+
5+
int null[] = {
6+
#embed "NUL" limit(1) //expected-error {{device files are not yet supported by '#embed' directive}}
7+
};

0 commit comments

Comments
 (0)