summaryrefslogblamecommitdiff
path: root/tests/typing/bad/testfile-assign-8.cpp
blob: 1c104dbf5363fec8d129f24f91eadebb5297194f (plain) (tree)
1
2
3
4



                                
void foo() {}
int main() { int x; x = foo(); }