Skip to content

Commit f807b1a

Browse files
committed
bless tests
1 parent 14d3c55 commit f807b1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/bless/basic_math.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// file: basic_math.3cfc46df15d2d47-cgu.0.c
1+
// file: basic_math.7206e0a37c6be10d-cgu.0.c
22
#include <stdint.h>
33

44
/* Some helper macros for the generated code */
@@ -14,13 +14,13 @@
1414
#define __rust_utos(u, s, v, m) \
1515
((v) <= (m) ? ((s)v) : ((s)((u)(v) - (u)(m) - 1)))
1616

17-
int32_t main();
1817
int64_t foo(uint8_t _0, uint16_t _1, uint32_t _2);
19-
20-
int32_t main() { return 0; }
18+
int32_t main();
2119

2220
int64_t foo(uint8_t _0, uint16_t _1, uint32_t _2)
2321
{
2422
int64_t _3 = __rust_utos(uint64_t, int64_t, (int64_t) _0, INT64_MAX);
2523
return _3;
2624
}
25+
26+
int32_t main() { return 0; }

0 commit comments

Comments
 (0)