Skip to content

Commit

Permalink
Update test_programs/compile_success_contract/abi_attribute/src/main.nr
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jun 20, 2024
1 parent cf7fb09 commit d9412a3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
contract Foo {
#[abi(foo)]
global foo: Field = 42;

#[abi(bar)]
struct Bar {
inner: Field
}
}

0 comments on commit d9412a3

Please sign in to comment.