summaryrefslogtreecommitdiff
path: root/tests/test_fprintf.c
blob: ab83f11f2dabcb457bc3f529b232f859196e2b6c (plain)
1
2
3
4
5
6
7
#include "common.h"

#include <stdio.h>

int main(int argc, char** argv) {
  fprintf(stdout, "%s", "1234567");
}