blob: 88d2bd0dc1bca3e2ece3a31784ca1801828a8e14 [file] [log] [blame]
Derek Sollenberger2eb3b4d2016-01-11 14:41:40 -05001.={}
2/* C-style comment
3
4 C-style-2 comment */
5.c-test={}
6.c-test.a=1
7/* Internal comment c-style */
8.c-test.b=2
9// C++-style comment
10.cpp-test={}
11// Multiline comment cpp-style
12// Second line
13.cpp-test.c=3
14.cpp-test.d=4