// 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>intmain() {printf("main\n");return0;}// CHECK: main