mult test
This commit is contained in:
9
tests/mult.c
Normal file
9
tests/mult.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdint.h>
|
||||
|
||||
int main(){
|
||||
unsigned int x, y;
|
||||
x = 20;
|
||||
x = 5;
|
||||
|
||||
x *= y;
|
||||
}
|
||||
Reference in New Issue
Block a user