aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/embed-6.c
blob: a0ca31b20ea6c41654285536c55267f976206da2 (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-fpreprocessed" } */

const unsigned char c[] = {
#embed "embed-6.c" limit (64)	/* { dg-error "'gnu::base64' parameter required in preprocessed source" } */
};