Skip to content

Commit

Permalink
Add identity.c (was ignored)
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Jan 15, 2021
1 parent ac52b51 commit b0ca210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/identity.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
double identity(double x) {
return x;
}

0 comments on commit b0ca210

Please sign in to comment.