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