MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / assert_exit

Function assert_exit

tests/integration/hll_conformance.rs:49–55  ·  view source on GitHub ↗
(src: &str, code: i64)

Source from the content-addressed store, hash-verified

47"#,
48 45,
49 );
50}
51
52#[test]
53fn pointer_member_auto_deref() {
54 // `.` auto-dereferences one pointer level for field read and write.
55 assert_exit(
56 r#"
57struct Point {
58 x: i32

Calls 1

run_hllFunction · 0.70