diffblue-cbmc/regression/cbmc/extern2
Michael Tautschnig 87c5948ef6 C front-end: Record extern declarations in current scope
Previously, extern declarations would only be recorded in the global scope.
While they do belong to the global scope, they still need to take precedence in
name lookups in the local/current scope as well.

Also removing an unnecessary iostream include.

Fixes: #1867
2018-05-21 11:44:53 +01:00
..
main.c C front-end: Record extern declarations in current scope 2018-05-21 11:44:53 +01:00
test.desc C front-end: Record extern declarations in current scope 2018-05-21 11:44:53 +01:00