xref: /aosp_15_r20/external/libconfig/tests/testdata/bad_input_1.cfg (revision 2e9d491483b805f09ea864149eadd5680efcc72a)
1*2e9d4914SAndroid Build Coastguard Worker
2*2e9d4914SAndroid Build Coastguard Workerfoo:
3*2e9d4914SAndroid Build Coastguard Worker{
4*2e9d4914SAndroid Build Coastguard Worker  a = 100;
5*2e9d4914SAndroid Build Coastguard Worker  b = 10;
6*2e9d4914SAndroid Build Coastguard Worker  a = "hello";
7*2e9d4914SAndroid Build Coastguard Worker};
8