#103 closed defect (fixed)
typeof allows duplicate variables
Reported by: | pabuhr | Owned by: | Rob Schluntz |
---|---|---|---|
Priority: | minor | Component: | cfa-cc |
Version: | 1.0 | Keywords: | |
Cc: |
Description
struct S { int i, j; }; int main() { S s; typeof((S){10,10}) s; s; }
Note: See
TracTickets for help on using
tickets.
In 51fcdbc7: