mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Remove this test. This test is already in PR269, so it should be
readded when the bug is fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5544f851a
commit
87a9b716c1
@ -1,15 +0,0 @@
|
||||
// RUN: %llvmgcc -S %s -o /dev/null
|
||||
|
||||
/*
|
||||
* XFAIL: *
|
||||
*/
|
||||
struct s {
|
||||
unsigned long long u33: 33;
|
||||
unsigned long long u40: 40;
|
||||
};
|
||||
|
||||
struct s a = { 1, 2};
|
||||
|
||||
int foo() {
|
||||
return a.u40;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user