summaryrefslogtreecommitdiffstats
path: root/test cases/unit/31 forcefallback/test_not_zlib.c
blob: 36256af32515ccb541f4b7321a388123443709c5 (plain)
1
2
3
4
5
6
7
8
#include <notzlib.h>

int main (int ac, char **av)
{
  if (not_a_zlib_function () != 42)
    return 1;
  return 0;
}