mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
15 lines
436 B
Plaintext
15 lines
436 B
Plaintext
// Comment exemple at the start of a line
|
|
/* Single-line comment */
|
|
/* Multi-lines
|
|
* comment
|
|
*/
|
|
/* ****** **//**//***/
|
|
/*//*/
|
|
// /*
|
|
// */
|
|
entry:/* Within-line comment */_Z7doStuffR3FooRSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_St4lessIS8_ESaISt4pairIKS8_S8_EEESaISF_EERS1_IS8_SaIS8_EERS1_ISB_IS8_dESaISM_EE:arg2 // Comment at the end of a line
|
|
// End of probe list
|
|
/* No more probes
|
|
* to see
|
|
* here */
|