blob: 2aa5051d8b45dbdc959a45af4c4a1e231cc66f94 [file] [log] [blame]
Chris Lattner009e9f72007-08-10 18:27:41 +00001// RUN: clang -parse-ast-check %s
2
3#include <stdio.h>
4
5void foo(FILE *FP) {}