#[sim]
Expand description
Marks a function as a simulation test
This is a simple marker attribute that doesn’t transform the code. The external test runner discovers these functions by parsing the AST and looking for this attribute.
#[sim]
Marks a function as a simulation test
This is a simple marker attribute that doesn’t transform the code. The external test runner discovers these functions by parsing the AST and looking for this attribute.