Skip to content

Commit 997bc8b

Browse files
committed
Add prototype for a function we call.
1 parent 298e183 commit 997bc8b

File tree

1 file changed

+2
-0
lines changed
  • lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-caching

1 file changed

+2
-0
lines changed

lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-caching/a.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
typedef float float4;
22

3+
int a();
4+
35
int main() {
46
float4 f = 4.0f;
57
// break here

0 commit comments

Comments
 (0)