// RUN: cp %s %t
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fsyntax-only -fblocks -Wformat -fixit %t
// RUN: grep -v CHECK %t | FileCheck %s
/* This is a test of code modifications created by darwin format fix-its hints
that are provided as part of warning */
int ;
typedef long CFIndex;
typedef long NSInteger;
typedef unsigned long NSUInteger;
typedef int CFIndex;
typedef int NSInteger;
typedef unsigned int NSUInteger;
CFIndex ;
NSInteger ;
NSUInteger ;
void
void
void