Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Oct 14, 2024
1 parent 303b11d commit b3b3b71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/usecases/function_table/function_table.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ FUNCTION_TABLE tau1(v)
FUNCTION_TABLE tau2(v, x)

FUNCTION use_tau2(v, x) {
printf("use_tau2 v = %e, x = %e, tau2(v, x) = %e\n", v, x, tau2(v, x))
use_tau2 = tau2(v, x)
}

0 comments on commit b3b3b71

Please sign in to comment.