mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-11 00:26:13 +03:00
6 lines
60 B
C
6 lines
60 B
C
#include <stdint.h>
|
|
|
|
uint8_t f(uint8_t x) {
|
|
return x;
|
|
}
|