examples: add C++ exception handling example

This commit is contained in:
Ivan Grokhotkov
2018-09-04 10:20:29 +08:00
parent 97b2281c49
commit cb2876ff4e
7 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)