Mercurial > hg > CbC > CbC_llvm
diff clang/test/CodeGenObjC/encode-test-4.m @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line diff
--- a/clang/test/CodeGenObjC/encode-test-4.m Wed Jul 21 10:27:27 2021 +0900 +++ b/clang/test/CodeGenObjC/encode-test-4.m Wed Nov 09 17:45:10 2022 +0900 @@ -3,7 +3,7 @@ typedef enum : Integer { Red, Green, Blue} Color; typedef enum { Cyan, Magenta, Yellow, Key } PrintColor; -int a() { +int a(void) { return @encode(int) == @encode(int) && @encode(Color) == @encode(long) && @encode(PrintColor) == @encode(int);