summaryrefslogtreecommitdiff
path: root/tests/syntax/good/testfile-assign-1.cpp
blob: 12cdbee479c5744355c1d00821689fb5b72fba80 (plain) (blame)
1
void m() { int x; int y; y = x = 0; }