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