PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / c99-stdint-4.c
blob469df8cd8e44f996a1baaffd461cf8cffcfec512
1 /* Verify that pairs of types in <stdint.h> are corresponding types.
2 Freestanding version. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=iso9899:1999 -ffreestanding" } */
6 /* The test is that there are no diagnostics, so just include the
7 hosted version. */
8 #include "c99-stdint-3.c"