Files
clang-p2996/bolt/test/Inputs/icf_baz.c
Amir Ayupov 2e0ad6ffe4 [BOLT][TEST] Import small tests
Summary:
Imported small internal tests:
- fallthrough-to-noop.test

(cherry picked from FBD32158100)
2021-11-03 17:09:49 -07:00

7 lines
47 B
C

#include <stdio.h>
int baz() {
return 0;
}