1// An example configuration file with an invalid @include. 2 3 4pi = 3.141592654; 5 6@include "missing.cfg" 7 8e = 2.718281828; 9