Make sure that get_type_alignment() is not passed a typedef.
[cparser] / preproctest / simpledef.c
1 #define foo bar
2 foo
3 bar
4 #undef foo
5 foo
6 bar