diff options
Diffstat (limited to '')
-rw-r--r-- | test/test_list.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/test_list.md b/test/test_list.md new file mode 100644 index 0000000..e39ea5e --- /dev/null +++ b/test/test_list.md @@ -0,0 +1,22 @@ + +## Test List + +- [x] function declaration +- [x] field declratation +- [x] cxx method declaration +- [x] variable declaration +- [x] class declaration +- [x] struct declaration +- [x] union declaration/definition +- [x] named declaration/definition +- [x] declaration reference expression +- [x] call expression +- [x] cxx member call expression +- [x] cxx record declaration +- [] macro definition +- [] header inclusion directive + +## Cross Test List + +* macro expansion behaviour +* overload |