Clang Project

clang_source_code/test/Headers/int64-type.c
1// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -verify %s -ffreestanding
2// expected-no-diagnostics
3
4#include <stdint.h>
5typedef unsigned long long uint64_t;
6