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