#include <stdio.h>
#include <stdlib.h>
-#include <math.h>
void test(long double a, int b) {
printf("%Lf**%d: %08x %08x %016Lx\n",
// RUN: not grep __builtin %t
#include <stdio.h>
-#include <math.h>
void p(char *str, int x) {
printf("%s: %d\n", str, x);
-void strcat() {}
+char *strcat(char *, char const *) {}
void foo() {
__builtin_strcat(0, 0);
// RUN: clang-cc -triple i386-pc-linux-gnu -verify -emit-llvm -o - %s | FileCheck %s
-#include <stdint.h>
+typedef __INTPTR_TYPE__ intptr_t;
// Brace-enclosed string array initializers
char a[] = { "asdf" };
#define I 1.0iF
-#include <math.h>
-
#include <stdio.h>
volatile double __complex__ accum;