Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
53
fn pointer_member_auto_deref() {
54
// `.` auto-dereferences one pointer level for field read and write.
55
assert_exit(
56
r#"
57
struct Point {
58
x: i32
Callers
15
array_index_read_write_and_address
Function · 0.85
pointer_member_auto_deref
Function · 0.85
array_of_struct_element_place
Function · 0.85
inferred_bindings_execute
Function · 0.85
inferred_struct_pointer_binding
Function · 0.85
named_and_contextual_literals_execute
Function · 0.85
contextual_literal_zero_fills
Function · 0.85
literal_context_through_return
Function · 0.85
for_range_sums
Function · 0.85
for_inclusive_range
Function · 0.85
for_continue_still_steps
Function · 0.85
for_break_exits
Function · 0.85
Calls
1
run_hll
Function · 0.70
Tested by
15
array_index_read_write_and_address
Function · 0.68
pointer_member_auto_deref
Function · 0.68
array_of_struct_element_place
Function · 0.68
inferred_bindings_execute
Function · 0.68
inferred_struct_pointer_binding
Function · 0.68
named_and_contextual_literals_execute
Function · 0.68
contextual_literal_zero_fills
Function · 0.68
literal_context_through_return
Function · 0.68
for_range_sums
Function · 0.68
for_inclusive_range
Function · 0.68
for_continue_still_steps
Function · 0.68
for_break_exits
Function · 0.68