about summary refs log tree commit diff
path: root/tests/codegen-llvm/cffi/c-variadic-inline.rs
AgeCommit message (Collapse)AuthorLines
2025-09-13c-variadic: check that inline attributes are accepted on c-variadic functionsFolkert de Vries-0/+47
they don't do anything, because LLVM is unable to inline c-variadic functions (on most targets, anyway)