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
libstdc++: Make some _Hashtable members inline
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
c23-keywords-1.c
blob
9e7f4d93ea0a42917339eb911ff0c2b4f8a77dea
1
/* Test that _Decimal* keywords are accepted in C23 mode. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c23 -pedantic-errors" } */
4
5
_Decimal32 d32
;
6
_Decimal64 d64
;
7
_Decimal128 d128
;