aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-regression-20060610.err.exp
blob: 6ae7c01bf033418859e693a040a0a3f65cd178d6 (plain)
1
2
3
4
5
6
error: undefined variable 'gcc'
       at «stdin»:9:13:
            8|   body = ({
            9|     inherit gcc;
             |             ^
           10|   }).gcc;