Skip to content
Commit 07b201d9 authored by Chris Lattner's avatar Chris Lattner
Browse files

implement test/Sema/typedef-prototype.c, allowing code

to declare a function with a typedef:

typedef int unary_int_func(int arg);
unary_int_func add_one;

This patch contributed by Seo Sanghyeon!

llvm-svn: 44100
parent a77e74ed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment