diff options
Diffstat (limited to 'src/arch/x86/common/forall.rs')
| -rw-r--r-- | src/arch/x86/common/forall.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/x86/common/forall.rs b/src/arch/x86/common/forall.rs new file mode 100644 index 0000000..39988e6 --- /dev/null +++ b/src/arch/x86/common/forall.rs @@ -0,0 +1,5 @@ +use crate::{print, println}; + +pub fn forall() { + println!("forall"); +} |
