diff options
author | bloodstalker <thabogre@gmail.com> | 2016-12-31 17:07:29 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2016-12-31 17:07:29 +0000 |
commit | 9e042ab7157bb9396511bacae7b3f76645caa691 (patch) | |
tree | 5ecb8e5239f5a25a3ed5f42c474881d718f3595c /test/testFuncs3.c | |
parent | started adding custom cl options to mutator-lvl0 (diff) | |
download | mutator-9e042ab7157bb9396511bacae7b3f76645caa691.tar.gz mutator-9e042ab7157bb9396511bacae7b3f76645caa691.zip |
updated
Diffstat (limited to '')
-rw-r--r-- | test/testFuncs3.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/testFuncs3.c b/test/testFuncs3.c index ee0e2c4..9a7df7d 100644 --- a/test/testFuncs3.c +++ b/test/testFuncs3.c @@ -26,4 +26,15 @@ void tddfunc1 (void) iz2 = iz3; n1 = n2; +} + +void tddfunc2(void) +{ + static int staticint1; + + unsigned short int port = 0x5aU; + unsigned short int result_8; + //uint16_t result_16; + //uint16_t mode; + result_8 = (~port) >> 4; }
\ No newline at end of file |