1
Fork 0
hermetic_cc_toolchain/test/c/main.c

10 lines
169 B
C

// Copyright 2023 Uber Technologies, Inc.
// Licensed under the Apache License, Version 2.0
#include <stdio.h>
int main() {
printf("non-glibc\n");
return 0;
}