summaryrefslogtreecommitdiff
path: root/tests/functional/g/globals.txt
blob: 399fea0dd4a74f803753e67cd8472de06a775e1d (plain)
1
2
3
4
5
6
7
global-at-module-level:4:0::Using the global statement at the module level
undefined-variable:5:6::Undefined variable 'CSTE'
global-statement:11:4:fix_contant:Using the global statement
global-variable-not-assigned:18:4:other:Using global for 'HOP' but no assignment is done
undefined-variable:19:10:other:Undefined variable 'HOP'
global-variable-undefined:24:4:define_constant:Global variable 'SOMEVAR' undefined at the module level
global-statement:31:4:global_with_import:Using the global statement