Sergey Kolosov ab4bc8a24e Extend the test coverage
Move some of the RHEL QE testcases upstream to Fedora.
2022-05-31 09:29:27 +02:00

10 lines
141 B
C

#include <arpa/inet.h>
#include <stdlib.h>
int main(void)
{
uint16_t portnbr=0;
uint16_t n_portnbr = htons(portnbr);
exit(0);
}