PageRenderTime 37ms CodeModel.GetById 31ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/libconfig-1.4.8/examples/c++/invalid.cfg

#
Unknown | 8 lines | 4 code | 4 blank | 0 comment | 0 complexity | 04be26e51ad2e973bfba17238e27a753 MD5 | raw file
Possible License(s): LGPL-2.1, LGPL-2.0
1// An example configuration file with an invalid @include.
2
3
4pi = 3.141592654;
5
6@include "missing.cfg"
7
8e  = 2.718281828;