test scripts
This commit is contained in:
10
tests/test2/test.c
Normal file
10
tests/test2/test.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
int main() {
|
||||
uint32_t i = -10;
|
||||
int32_t j = i;
|
||||
|
||||
printf("%lu %d\n", i, j);
|
||||
}
|
||||
|
Reference in New Issue
Block a user