blob: e5864461a67de82c41c26d4d71719efec2dece57 [file] [log] [blame]
Chris Lattner786e7a12008-08-18 19:54:48 +00001// RUN: clang -fsyntax-only -verify %s
Chris Lattner009e9f72007-08-10 18:27:41 +00002
3#include <stdio.h>
4
5void foo(FILE *FP) {}