about summary refs log tree commit diff
path: root/src/test/codegen/ffi-pure.rs
AgeCommit message (Collapse)AuthorLines
2020-05-20Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+12
Based on the work of gnzlbg <gonzalobg88@gmail.com>.