repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c23-opts-3.c
blob
37b8bce1a09cc32f2a52b51f234cdb0b937a26de
1
/* Test the deprecated option -std=c2x. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c2x" } */
4
5
auto
p
=
nullptr
;