1 /* Example provided by Hannes Janetzek */
3 struct Test
{ int test
; };
6 _type *bla = (_type*) malloc(sizeof(_type));
9 (_type*)malloc(sizeof(_type));
12 _type *foo = BLUB(_type);
15 _type *bar = (*_type)BLUB(_type);
17 int main(int argc
, char *argv
[]) {