2014-04-20 05:19:24 +08:00
|
|
|
.={}
|
2014-10-10 04:29:47 +08:00
|
|
|
/* C-style comment
|
|
|
|
|
|
|
|
C-style-2 comment */
|
2014-04-20 05:19:24 +08:00
|
|
|
.c-test={}
|
|
|
|
.c-test.a=1
|
2014-10-10 04:29:47 +08:00
|
|
|
/* Internal comment c-style */
|
2014-04-20 05:19:24 +08:00
|
|
|
.c-test.b=2
|
2014-10-10 04:29:47 +08:00
|
|
|
// C++-style comment
|
2014-04-20 05:19:24 +08:00
|
|
|
.cpp-test={}
|
2014-10-10 04:29:47 +08:00
|
|
|
// Multiline comment cpp-style
|
|
|
|
// Second line
|
2014-04-20 05:19:24 +08:00
|
|
|
.cpp-test.c=3
|
|
|
|
.cpp-test.d=4
|