Files

7 lines
118 B
Rust
Raw Permalink Normal View History

//! Legacy LLVM interpreter placeholder.
#[allow(dead_code)]
pub(crate) fn execute() {
// Stub implementation.
}