Skip to content
Snippets Groups Projects
Commit d0c24a02 authored by David Majnemer's avatar David Majnemer
Browse files

Use the reserved keyword spelling of 'typeof'

No functional change intended, just a drive-by cleanup.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243826 91177308-0d34-0410-b5e6-96231b3b80d8
parent 5276862e
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 %s -triple=x86_64-linux-gnu -emit-llvm -o - -fcxx-exceptions -fexceptions | FileCheck %s
typedef typeof(sizeof(0)) size_t;
typedef __typeof(sizeof(0)) size_t;
// This just shouldn't crash.
namespace test0 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment