2007/11/12, Sanghyeon Seo <[EMAIL PROTECTED]>:
> No patch this time. Sorry.

Okay, here is a patch. Attached.

> // RUN: clang -fsyntax-only -verify %s
>
> typedef int unary_int_func(int arg);
> unary_int_func add_one;
>
> int add_one(int arg) {
>     return arg + 1;
> }

-- 
Seo Sanghyeon

Attachment: typedef-prototype
Description: Binary data

_______________________________________________
cfe-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to