Skip to content

Commit

Permalink
Add prototype for a function we call.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmolenda committed Dec 18, 2019
1 parent 298e183 commit 997bc8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
typedef float float4;

int a();

int main() {
float4 f = 4.0f;
// break here
Expand Down

0 comments on commit 997bc8b

Please sign in to comment.