7 lines
118 B
Rust
7 lines
118 B
Rust
|
|
//! Legacy LLVM interpreter placeholder.
|
||
|
|
|
||
|
|
#[allow(dead_code)]
|
||
|
|
pub(crate) fn execute() {
|
||
|
|
// Stub implementation.
|
||
|
|
}
|