about summary refs log tree commit diff
path: root/src/test/mir-opt/dataflow-const-prop/cell.rs
blob: 82a4c3465959b1b6f0dcc4189b22d0f9049e0dc3 (plain)
1
2
3
4
5
6
// unit-test: DataflowConstProp

// EMIT_MIR cell.main.DataflowConstProp.diff
fn main() {
    // FIXME: Is it possible to build something with UnsafeCell?
}