Daniel Dunbar | c79f767 | 2010-09-07 22:54:28 +0000 | [diff] [blame] | 1 | /* RUN: %clang_cc1 -fsyntax-only -verify -std=c89 -ffreestanding -pedantic-errors %s |
Andy Gibbs | 8e8fb3b | 2012-10-19 12:44:48 +0000 | [diff] [blame] | 2 | * expected-no-diagnostics |
Chris Lattner | 3936024 | 2009-04-22 03:42:19 +0000 | [diff] [blame] | 3 | * rdar://6814950 |
4 | */ | ||||
5 | #include <stdint.h> | ||||
6 |