summary refs log tree commit diff
path: root/src/test/run-fail/unwind-initializer-indirect.rs
AgeCommit message (Collapse)AuthorLines
2011-09-11Zero locals when the initializer might call a functionBrian Anderson-0/+7
The function might fail, leaving the local uninitialized Issue #236