c: Add a test case for size_t and wchar_t handling

This commit is contained in:
Colomban Wendling 2014-12-25 16:45:35 +01:00
parent 371301a84d
commit 43a8986d2c
3 changed files with 7 additions and 0 deletions

View File

@ -254,6 +254,7 @@ test_sources = \
simple.rb \
simple.sh \
simple.tcl \
size_t_wchar_t_typedef.c \
spurious_label_tags.c \
sql_single_quote.sql \
square_parens.f90 \

View File

@ -0,0 +1,3 @@
typedef int size_t;
typedef int wchar_t;

View File

@ -0,0 +1,3 @@
# format=tagmanager
size_tÌ4096Ö0Ïint
wchar_tÌ4096Ö0Ïint