mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
8 lines
156 B
C
8 lines
156 B
C
#define __extension__ /* remove keyword from preprocessed code. */
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t someCodeInC(uint32_t a, uint32_t b)
|
|
{
|
|
return a + b;
|
|
}
|