summaryrefslogtreecommitdiff
path: root/test/initest.ini
blob: ebf2719d83cf5a8279392afbf2590fc451510f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define JUNK
// General stuff
#define FOO(X) BAR##X
[General]
   Test1=FOO(asdf)
   Test2=bar

#ifdef JUNK
[Junk] // This is the junk
Test3=yo
Test4=mama
#endif

#include "foo.ini"