We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19cc7c commit 47edd40Copy full SHA for 47edd40
examples/macros.rs
@@ -0,0 +1,10 @@
1
+//! This file tests if the macros defined by the hermit-entry crate,
2
+//! which affect linker .note entries, can actually be used.
3
+
4
+#[cfg(feature = "kernel")]
5
+hermit_entry::define_abi_tag!();
6
7
8
+hermit_entry::define_entry_version!();
9
10
+fn main() {}
0 commit comments