Changeset d60a4c2 for tests/warnings/self-assignment.cfa
- Timestamp:
- Jan 11, 2025, 5:48:46 PM (8 months ago)
- Branches:
- master
- Children:
- f886608
- Parents:
- 7d65715f (diff), 32a119e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/warnings/self-assignment.cfa
r7d65715f rd60a4c2 22 22 }; 23 23 24 int main() {24 void f() { 25 25 int j = 0; 26 26 S s = { 0 }; … … 32 32 t.s.i = t.s.i; 33 33 34 #pragma GCC warning "Compiled" // force non-empty .expect file, NO TABS!!! 34 // Is compiled -fsyntax-only (not run), to make the test's "output" be the warnings from cfa-cpp. 35 35 } 36 36
Note:
See TracChangeset
for help on using the changeset viewer.