repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
pr21989.cpp
blob
0b9bccbe925bc33ecdc071e1228aa72adeb9ed76
1
// REQUIRES: asserts
2
// RUN: not %clang_cc1 -emit-llvm -triple %itanium_abi_triple -o - %s 2>&1 | FileCheck %s
3
4
struct
{
5
void
__attribute__
((
used
))
f
() {}
6
};
7
// CHECK: 2 errors generated.
8
9
// Emit the errors, but don't assert.