cryptol/tests/ffi/ffi-fallback-rec.c
2023-08-24 14:32:39 -07:00

6 lines
60 B
C

#include <stdint.h>
uint8_t f(uint8_t x) {
return x;
}