aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/embed-18.c
blob: 198a6db55e193b9370d1424fb3ba73383a11a6a6 (plain)
1
2
3
4
5
6
7
/* PR c/120057 */
/* { dg-do compile } */
/* { dg-options "-std=c23 --embed-dir=${srcdir}/c-c++-common/cpp/embed-dir" } */

constexpr unsigned char magna_carta[] = {
#embed <magna-carta.txt>
};