summaryrefslogtreecommitdiff
path: root/test/FrontendC/2002-06-25-FWriteInterfaceFailure.c
blob: 4380dc7b227955f8228ca1d1b73371b24eb0e919 (plain)
1
2
3
4
5
6
7
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null

#include <stdio.h>

void  test() {
  fprintf(stderr, "testing\n");
}