summary refs log tree commit diff stats
path: root/doc/mytest.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mytest.cfg')
-rw-r--r--[-rwxr-xr-x]doc/mytest.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mytest.cfg b/doc/mytest.cfg
index be1118c46..db058b8f3 100755..100644
--- a/doc/mytest.cfg
+++ b/doc/mytest.cfg
@@ -3,6 +3,8 @@
 
 [Common]
 cc=gcc     # '=' and ':' are the same
+--foo="bar"   # '--cc' and 'cc' are the same, 'bar' and '"bar"' are the same (except for '#')
+macrosym: "#"  # Note that '#' is interpreted as a comment without the quotation
 --verbose
 
 [Windows]