comparison gcc/testsuite/gcc.dg/c99-stdint-4.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
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" } */
5
6 /* The test is that there are no diagnostics, so just include the
7 hosted version. */
8 #include "c99-stdint-3.c"