repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Simplify MIPS CCMov patterns. NFC (#125318)
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
embed_single_entity.c
blob
2019118b48d322dcb87dac67f135cb513bf6bdb4
1
// RUN: %clang_cc1 %s -fsyntax-only -std=c23 --embed-dir=%S/Inputs -verify
2
3
const char
data
=
4
#embed <single_byte.txt>
5
;
6
_Static_assert
(
'b'
==
data
);
7
// expected-no-diagnostics