rust/src/test/codegen
Alex Crichton caf7b678dd Add pub to all the codegen tests
Otherwise the test function is internalized and LLVM will most likely optimize
it out.
2013-10-10 06:00:51 -07:00
..
iterate-over-array.cc
iterate-over-array.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
scalar-function-call.cc
scalar-function-call.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
single-return-value.cc
single-return-value.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
small-dense-int-switch.cc
small-dense-int-switch.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
stack-alloc-string-slice.cc
stack-alloc-string-slice.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
static-method-call-multi.cc
static-method-call-multi.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
static-method-call.cc
static-method-call.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
virtual-method-call-struct-return.cc
virtual-method-call-struct-return.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
virtual-method-call.cc
virtual-method-call.rs Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00