1
hermetic_cc_toolchain/test/c/main.c

10 lines
169 B
C
Raw Permalink Normal View History

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