Skip to content

Commit

Permalink
Add an example for ASR
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 6, 2019
1 parent e358853 commit 458a5c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/asr.f90
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
integer function f(a, b) result(r)
integer, intent(in) :: a, b
r = a + b
end function

0 comments on commit 458a5c5

Please sign in to comment.