1// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding2// expected-no-diagnostics3 4#include <stdint.h>5typedef unsigned long long uint64_t;6