c: Add a test case for size_t and wchar_t handling
This commit is contained in:
parent
371301a84d
commit
43a8986d2c
@ -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 \
|
||||
|
3
tests/ctags/size_t_wchar_t_typedef.c
Normal file
3
tests/ctags/size_t_wchar_t_typedef.c
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
typedef int size_t;
|
||||
typedef int wchar_t;
|
3
tests/ctags/size_t_wchar_t_typedef.c.tags
Normal file
3
tests/ctags/size_t_wchar_t_typedef.c.tags
Normal file
@ -0,0 +1,3 @@
|
||||
# format=tagmanager
|
||||
size_tÌ4096Ö0Ïint
|
||||
wchar_tÌ4096Ö0Ïint
|
Loading…
x
Reference in New Issue
Block a user