blob: b5ce5f7ac4c9a9853561fef6b4c9b26a463a0d07 [file] [log] [blame]
// RUN: %clangxx %s -o %t -fexperimental-sanitize-metadata=all && %t | FileCheck %s
// Test that the compiler emits weak declarations to the callbacks, which are
// not called if they do not exist.
#include <stdio.h>
int main() {
printf("main\n");
return 0;
}
// CHECK: main